home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 309 / gfa / gfacust.doc < prev    next >
Text File  |  1988-10-20  |  3KB  |  59 lines

  1. GFACUST.GFA - CUSTOMIZING PROGRAM FOR GFA BASIC 3.0
  2. Version 1.0  (09/88)
  3. By Don Bush (GEnie ID: D.BUSH)
  4.  
  5. WARNING:
  6.      NEVER CUSTOMIZE YOUR ORIGINAL COPIES OF GFABASIC.PRG or GFABASRO.PRG!!!
  7.      ALWAYS make a backup copy and customize the BACKUP ONLY!!!
  8.  
  9.  
  10. This program will let you easily customize the GFA BASIC 3.0 interpreter
  11. and run only programs. You should have no problems using the program, as
  12. it uses the GEM interface and is quite self-explanitory.
  13.  
  14. The following files are included in the GFACUST.ARC file
  15.     *GFACUST.GFA - The program
  16.     *GFACUST.RSC - The resource file for GFACUST.GFA
  17.      README.DOC  - The file you are reading now.
  18.      GFACUST.RSD - K-Resource definition file
  19.      GFACUST.DFN - Atari RCS definition file
  20.  
  21.      * = necessary to run GFACUST.GFA
  22.  
  23. NOTES:
  24.      The file GFACUST.RSC must be in the same directory with GFACUST.GFA
  25.  
  26.      This program runs in medium and high resolution only. This is
  27.      because some of the dialog boxes will not fit on the screen in
  28.      low resolution.
  29.  
  30.      This program uses the locations documented in the README.303 file
  31.      included on the GFA BASIC 3.0 disk. If these locations are changed
  32.      in future releases of GFA BASIC then this program will not work.
  33.  
  34. PROGRAMMING NOTES:
  35.      The source code is included in the ARC file for those of you who
  36.      may want to study or modify it. It is heavily commented and offers
  37.      examples of many of the GEM library functions.
  38.  
  39.      I developed the resource file using K-Resource from Kuma Computers Ltd.
  40.  
  41.      The resource construction program uses a special file to keep track
  42.      of the names of the trees and objects.
  43.      K-Resource uses a file with the extender .RSD. The RCS program included
  44.      in the GFABASIC 3.0 package uses a file with the extender .DFN.
  45.      I have included both GFACUST.RSD and GFACUST.DFN so you may use the
  46.      resource file with either RCS program.
  47.  
  48.      (You can make a .DFN file from a .RSD file as follows: First make a
  49.       copy of the .RSD file and change the extender on the copy to .DEF.
  50.       Now you can run the DEF2DFN.PRG program supplied with GFA BASIC
  51.       to convert the .DEF file to a .DFN file.)
  52.  
  53.      I used Mark Petersen's K_RSC_TO.GFA program to convert the .H file
  54.      from K-Resource to a GFA BASIC .LST file. This program is available
  55.      in the Michtron RT on GEnie. The file name is K.ARC and the file
  56.      number is 1185. If you are using the ATARI RCS program that comes
  57.      with GFA BASIC then you will not need this program because the
  58.      ATARI RCS produces the .LST file directly.
  59.